ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / GetParent<T> Method

In This Topic
    GetParent<T> Method (InputTextBoxElementBase<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetParent(Of T As C1.Framework.Element)() As T
    public T GetParent<T>()
    where T: C1.Framework.Element

    Type Parameters

    T
    See Also